xl: remove all local "ctx" variables
authorIan Campbell <ian.campbell@citrix.com>
Tue, 29 May 2012 09:31:39 +0000 (10:31 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 29 May 2012 09:31:39 +0000 (10:31 +0100)
commite9f8b0e530baaecc626ba912bfa98897d3cfb1dd
tree0780af117b6cc658706dd16e9b32d75258c5c8b9
parent731a050623bd2a10a4d48176da3a79fb549d8114
xl: remove all local "ctx" variables

xl has a global "ctx" variable, so there should be no need to pass a
ctx to any function.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
[ ijc -- dropped xl_fork hunks on commit, this aspect was already done in
         xl: track child processes for the benefit of libxl ]
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/xl_cmdimpl.c